Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 191 and Version 192 of Using Pidgin


Ignore:
Timestamp:
May 13, 2010, 11:19:25 PM (14 years ago)
Author:
datallah
Comment:

Update Portable instructions for 2.7.0

Legend:

Unmodified
Added
Removed
Modified
  • Using Pidgin

    v191 v192  
    391391   * `portable\GTK`
    392392   * `portable\Pidgin`
    393  * '''download''' the zipped binaries of [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Pidgin] (`pidgin-`<''version''>`-win32-bin.zip`) and [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=119698 GTK+] (`gtk-`<''version''>`-rev-a-installer.tar.gz`)
     393 * '''download''' the zipped binaries of [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 Pidgin] (`pidgin-`<''version''>`-win32-bin.zip`) and [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=119698 GTK+] (`gtk-runtime-`<''version''>`.zip`)
    394394 * '''extract''' these archives to `extracted\GTK` and `extracted\Pidgin`, respectively
    395395
    396396'''''Pidgin'''''
    397397 * copy (or move) everything ''except'' the following folders from `extracted\Pidgin` to `portable\Pidgin`:
    398    * `perl` (former `perlmod`)
     398   * `plugins\perl` (former `perlmod`)
     399   * `spellcheck`
    399400 * delete (or rename) `perl.dll` and `tcl.dll` in `portable\Pidgin\plugins`
    400401 * '''language'''
     
    403404 * '''spell-checking'''
    404405   * if you do ''not'' want to use spell-checking, delete `libgtkspell.dll` from `portable\Pidgin`
    405    * otherwise, see '''ASpell''' instructions below
     406   * otherwise, copy the `spellcheck` directory that was skipped earlier and follow [#manual_win32_spellcheck_installation these instructions] to install one or more dictionaries.
    406407 * rename `portable\Pidgin\pidgin.exe` to `portable\Pidgin\pidgin-portable.exe` - this will cause Pidgin to run in "portable mode"
    407408
     
    409410 * copy (or move) everything ''except'' the following files and folders to `portable\GTK`:
    410411   * `extracted\GTK\share`
     412   * `extracted\GTK\manifest`
    411413   * `extracted\GTK\COPYING.LIB-2`
    412414 * '''language'''
     
    416418   * copy the theme's `gtkrc` file from `extracted\GTK\share\themes\`<''theme''>`\gtk-2.0` to `portable\GTK\etc\gtk-2.0`, replacing the existing file
    417419
    418 '''''ASpell'''''
    419 
    420 For spell-checking support, you will also need to create a minimal ASpell runtime installation from an existing ASpell installation.
    421   * create a folder `portable\Aspell` and a sub-folder `portable\Aspell\bin`
    422   * copy `aspell-15.dll` into `portable\Aspell\bin`
    423   * copy the `data` and `dict` sub-folders into `Portable\Aspell`
    424 
    425420Now you can move the entire `portable` onto your USB drive (e.g. `U:\`).
    426421Running `U:\portable\Pidgin\pidgin-portable.exe` will cause Pidgin to run off the USB drive, saving all settings, logs etc. to `U:\portable\.purple`.
     
    441436cd pidgin-*-win32bin && ^
    442437echo remove unused modules && ^
    443 rmdir /S /Q perlmod && ^
     438rmdir /S /Q plugins\perl && ^
    444439del plugins\perl.dll plugins\tcl.dll && ^
    445440echo keep only relevant locale (here: DE) && ^
     
    452447rmdir /S /Q %TMPDIR% && ^
    453448echo disable spell-checking && ^
     449rmdir /S /Q spellcheck && ^
    454450del libgtkspell.dll && ^
    455451echo activate portable mode && ^
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!